home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / rplfix.zip / RPLFIX.TXT < prev   
Text File  |  1991-06-13  |  2KB  |  50 lines

  1. This README file of RPLFIX.ZIP accompanies PRLFIX.COM for MS DOS 5.X.  
  2. The following files are included for this revision:
  3.  
  4.     RPLFIX   COM     1732   2-26-91   9:44a
  5.  
  6.  
  7.                        Notes on RPLFIX.COM
  8.  
  9.  
  10. RPLFIX is used to allow workstations to remote program load (RPL) properly
  11. with MS DOS 5.x and above.  This utility must be run after the boot image file
  12. (usually NET$DOS.SYS) has been created using the DOSGEN utility.  RPLFIX will
  13. directly modify the boot image file; the boot image file's size and last
  14. modified date will be different after RPLFIX has been run.  RPLFIX only needs
  15. to be run against the boot image file once.  Attempts to run RPLFIX against an
  16. already modified boot image file are detected by the utility, and no further
  17. modifications will be made to the boot image file.
  18.  
  19. Follow the instructions for DOSGEN (setting up remote reset workstations)
  20. in the Novell reference manuals.  For NetWare v2.x, this information can be
  21. found in Chapter 9 of the "Supervisor Guide", or Chapter 2 of the "Using the
  22. Network" manual.  For NetWare v3.x, this information is found in Appendix D
  23. of the Installation manual.  After performing all steps as outlined in the
  24. appropriate manual to create the boot image file, run RPLFIX.COM.
  25.  
  26. The remote workstation will likely hang during the reset process if you are
  27. resetting using DOS 5.x or above and the boot image file has not been modified
  28. by RPLFIX.
  29.  
  30. RPLFIX can be found on the WSGEN diskette, or in the WSGEN subdirectory if you
  31. are installing using a network drive.  After you have located RPLFIX.COM, map
  32. a drive to the LOGIN subdirectory on the file server you wish to remote reset
  33. from.  The DOSGEN procedure instructed you to create a boot image file in that
  34. subdirectory (usually named NET$DOS.SYS). If the drive you mapped to SYS:LOGIN
  35. was drive F, then you would enter the following:
  36.  
  37.        RPLFIX F:NET$DOS.SYS <ENTER>
  38.  
  39. RPLFIX only needs to be run if the version of DOS loaded on the floppy disk
  40. used with DOSGEN is 5.x or greater.  Earlier versions of DOS do not require
  41. that this utility be run.
  42.  
  43. NOTE:  If you renamed your boot image file, then you must use the new filename
  44.       with RPLFIX:
  45.  
  46.            RPLFIX [d:]<boot image file> <ENTER>
  47.  
  48. where  [d:] is the drive letter where the image file is located, and <boot
  49.     image file> is the name of the file created with the DOSGEN utility.
  50.